home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / tab.zip / READ.ME < prev    next >
Text File  |  1989-08-15  |  551b  |  18 lines

  1. Files contained in tab.arc;
  2.  
  3.  getopt.c   - required for Turbo C compilation
  4.  read.me    - this file
  5.  tab.c      - source code
  6.  tab.exe    - DOS executable
  7.  tab.man    - nroff source for tab's manual page
  8.  tab.cat    - formatted manual page (nroff -man tab.man | col -b > tab.cat)
  9.  tab.prj    - Turbo C project file
  10.  
  11. To compile;
  12.  
  13.   (1) Unix: cc -o tab tab.c
  14.  
  15.   (2) MS-DOS: Use tab.prj to make the executable with Turbo C 2.0.
  16.               The included DOS executable (tab.exe) was compiled
  17.               using the small memory model.
  18.